-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
a6a7928
to
885a51f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tests/derive_keys.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice stabilization test!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As much as I would like to take credit here, I'm afraid that I initially changed the string that we hash to obtain the secret key from "SSK"
to "SK"
which was not a good idea in hindsight... @herr-seppia helped a lot finding that mistake and suggested to add a test so that this doesn't happen again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the comments on the keys! 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, considering that the key names will be changed in a future PR.
- Replace `dusk-schnorr` with `jubjub-schnorr` 0.2 - Replace `dusk-bls12_381-sign` with `bls12_381-bls` 0.2 - Update `dusk-poseidon` 0.31 -> 0.33 - Update `dusk-plonk` 0.16 -> 0.19 - Update `poseidon-merkle` 0.3 -> 0.5 - Update `phoenix-core` 0.21 -> 0.26 - Update 'rusk-abi' 0.13.0-rc -> 0.14.0-rc - Update `stake-contract-types` 0.0.1-rc.2 -> 0.1.0-rc - Rename `Wallet::public_key` to `Wallet::stake_public_key` - Rename `Wallet::public_spend_key` to `Wallet::public_key` - Rename `derive_sk` to `derive_stake_sk` - Rename `derive_ssk` to `derive_sk` - Rename `retrieve_sk` to `retrieve_stake_sk` - Rename `retrieve_ssk` to `retrieve_sk` - Rename `ffi::public_spend_key` to `ffi::public_key - Rename `UnprovenTransactionInput::pk_r` to `note_pk_prime`
Resolves: #106